projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d53ee1c
)
Fix NS build warnings
author
Alan Third
<alan@idiocy.org>
Sat, 1 May 2021 11:16:10 +0000
(12:16 +0100)
committer
Alan Third
<alan@idiocy.org>
Sat, 1 May 2021 18:13:07 +0000
(19:13 +0100)
* src/nsfns.m (Fx_create_frame): Remove unused variables.
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/nsfns.m
b/src/nsfns.m
index 054777aa66f04f45dab35327d503fa04d92b7967..3f05128d363e49925acd695c5200700a9c0439b7 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-1070,7
+1070,6
@@
DEFUN ("x-create-frame", Fx_create_frame, Sx_create_frame,
Lisp_Object parent, parent_frame;
struct kboard *kb;
static int desc_ctr = 1;
- int x_width = 0, x_height = 0;
/* gui_display_get_arg modifies parms. */
parms = Fcopy_alist (parms);